runtime.specialfinalizer.fint (field)

4 uses

	runtime (current package)
		heapdump.go#L463: 				dumpfinalizer(p, spf.fn, spf.fint, spf.ot)
		mheap.go#L1937: 	fint    *_type   // May be a heap pointer, but always live.
		mheap.go#L1949: 	s.fint = fint
		mheap.go#L2058: 		queuefinalizer(p, sf.fn, sf.nret, sf.fint, sf.ot)